home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib3 / v_03_02 / 3n02069a < prev    next >
Encoding:
Text File  |  1995-11-01  |  179 b   |  9 lines

  1. TYPE
  2.     char_set = SET OF CHAR;
  3.     lower_case_set = SET OF ['a' .. 'z'];
  4.     month = (JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG,
  5.         SEP, OCT, NOV, DEC);
  6.     month_set = SET OF month;
  7.  
  8.  
  9.